CSharpTest.Net
BTreeList<T> Constructor(Int32,IComparer<T>)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > BTreeList<T> Class > BTreeList<T> Constructor : BTreeList<T> Constructor(Int32,IComparer<T>)

order
comparer

Glossary Item Box

Constructs a BTreeList instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal order As Integer, _
   ByVal comparer As IComparer(Of T) _
)
C# 
public BTreeList<T>( 
   int order,
   IComparer<T> comparer
)

Parameters

order
comparer

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys